@charset "utf-8";
/* CSS Document */
	.tempA{width:1200px; height: auto; margin:0 auto;}
	/*
	
	*/	
.mycity	.panel {
    padding: 20px;
    margin-bottom: 10px;
    background-color: #fff;
}
.mycity .panel__title {
    padding-bottom: 10px;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #eb3422;
}
.mycity .panel__content {
    font-size: 14px;
}
.mycity .panel__title-action {
  float: right;
  font-weight: normal;
  font-size: 14px;
  color: #848c99;
  cursor: pointer;
 
}

.mycity .link-list {
    overflow: hidden;
}
.mycity .link-list--expandable {
  -webkit-transition: height 0.5s;
          transition: height 0.5s;
}
.mycity .link-list li {
    float: left;
    margin-right: 1em;
    line-height: 30px;
    min-width: 4em;
}

.mycity .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    margin-top: -2px;
    border-top: 4px solid #848c99;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
}
.mycity .caret--reverse {
    border-top-color: #e84345;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
